Skip to main content
Version: 2.x.x

ExtractHasQueryParams


import { ExtractHasQueryParams } from "@hyper-fetch/core"

Description

Defined in types/fetch.types.ts:53

Preview

type ExtractHasQueryParams<T> = T extends Command<any, any, any, any, any, any, any, any, any, infer  Q, any> ? Q : never;

Structure

T extends Command<any, any, any, any, any, any, any, any, any, infer Q, any> ? Q : never